-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add manylinux2014 support #7102
Conversation
62f0b12
to
91c6dec
Compare
This PR mostly extend what was done for manylinux2010 |
@di, as author of the PEP, you might want to check on this. I didn't get a chance to comment on the PEP PR regarding ABI compatibility of armv7l before it was merged in. |
The last commit shall address ABI concerns wit linux armv7l |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make sure to backport (forwardport?) the armhf
detection to packaging.tags
as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One cosmetic issue, otherwise LGTM.
I forked |
PEP 599 defines manylinux2014 armv7l to be compatible with centos7 altarch armv7 i.e. armhf using the gnueabihf ABI
Is there any reason this isn't merged ? It seems OK to me :) |
I don't think so! Nothing is outstanding so I'll merge it. |
Per PEP 599:
https://www.python.org/dev/peps/pep-0599/